PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Appearance Manager >

Programming With the Appearance Manager


Theme Title Bar Item Constants

You may pass constants of type ThemeTitleBarWidget to the function DrawThemeTitleBarWidget to draw specific types of window title bar items. The Appearance Manager draws a theme-compliant version of the title bar item type, as is appropriate. The ThemeTitleBarWidget constants are available with Appearance Manager 1.1 and later.

enum {
    kThemeWidgetCloseBox    = 0,
    kThemeWidgetZoomBox     = 1,
    kThemeWidgetCollapseBox = 2
};
typedef UInt16 ThemeTitleBarWidget;

Constant descriptions

k Theme WindowCloseBox
Identifies a close box.
k Theme WindowZoomBox
Identifies a zoom box.
k Theme WindowCollapseBox
Identifies a collapse box.

© 1999 Apple Computer, Inc. – (Last Updated 29 April 99)